home *** CD-ROM | disk | FTP | other *** search
- ## bug_01: double_tick_test
- # jobs that execute very quickly (like the simple print statement below) were exhibiting
- # the nasty habit of executing more than once per tick cycle.
- # We solved this by setting a flag on the job indicating that it has been 'seen' in this
- # tick cycle, and should be ignored for the remainder of this tick cycle.
- {
- -name double_tick_test
- -start
- -action -print "Hello World!"
- }
-